3.166 \(\int \csc ^4(a+b x) \sec (a+b x) \, dx\)

Optimal. Leaf size=38 \[ -\frac {\csc ^3(a+b x)}{3 b}-\frac {\csc (a+b x)}{b}+\frac {\tanh ^{-1}(\sin (a+b x))}{b} \]

[Out]

arctanh(sin(b*x+a))/b-csc(b*x+a)/b-1/3*csc(b*x+a)^3/b

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 38, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {2621, 302, 207} \[ -\frac {\csc ^3(a+b x)}{3 b}-\frac {\csc (a+b x)}{b}+\frac {\tanh ^{-1}(\sin (a+b x))}{b} \]

Antiderivative was successfully verified.

[In]

Int[Csc[a + b*x]^4*Sec[a + b*x],x]

[Out]

ArcTanh[Sin[a + b*x]]/b - Csc[a + b*x]/b - Csc[a + b*x]^3/(3*b)

Rule 207

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTanh[(Rt[b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rule 302

Int[(x_)^(m_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Int[PolynomialDivide[x^m, a + b*x^n, x], x] /; FreeQ[{a,
b}, x] && IGtQ[m, 0] && IGtQ[n, 0] && GtQ[m, 2*n - 1]

Rule 2621

Int[(csc[(e_.) + (f_.)*(x_)]*(a_.))^(m_)*sec[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> -Dist[(f*a^n)^(-1), Subst
[Int[x^(m + n - 1)/(-1 + x^2/a^2)^((n + 1)/2), x], x, a*Csc[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && Integer
Q[(n + 1)/2] &&  !(IntegerQ[(m + 1)/2] && LtQ[0, m, n])

Rubi steps

\begin {align*} \int \csc ^4(a+b x) \sec (a+b x) \, dx &=-\frac {\operatorname {Subst}\left (\int \frac {x^4}{-1+x^2} \, dx,x,\csc (a+b x)\right )}{b}\\ &=-\frac {\operatorname {Subst}\left (\int \left (1+x^2+\frac {1}{-1+x^2}\right ) \, dx,x,\csc (a+b x)\right )}{b}\\ &=-\frac {\csc (a+b x)}{b}-\frac {\csc ^3(a+b x)}{3 b}-\frac {\operatorname {Subst}\left (\int \frac {1}{-1+x^2} \, dx,x,\csc (a+b x)\right )}{b}\\ &=\frac {\tanh ^{-1}(\sin (a+b x))}{b}-\frac {\csc (a+b x)}{b}-\frac {\csc ^3(a+b x)}{3 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.01, size = 31, normalized size = 0.82 \[ -\frac {\csc ^3(a+b x) \, _2F_1\left (-\frac {3}{2},1;-\frac {1}{2};\sin ^2(a+b x)\right )}{3 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[a + b*x]^4*Sec[a + b*x],x]

[Out]

-1/3*(Csc[a + b*x]^3*Hypergeometric2F1[-3/2, 1, -1/2, Sin[a + b*x]^2])/b

________________________________________________________________________________________

fricas [B]  time = 0.42, size = 94, normalized size = 2.47 \[ \frac {3 \, {\left (\cos \left (b x + a\right )^{2} - 1\right )} \log \left (\sin \left (b x + a\right ) + 1\right ) \sin \left (b x + a\right ) - 3 \, {\left (\cos \left (b x + a\right )^{2} - 1\right )} \log \left (-\sin \left (b x + a\right ) + 1\right ) \sin \left (b x + a\right ) - 6 \, \cos \left (b x + a\right )^{2} + 8}{6 \, {\left (b \cos \left (b x + a\right )^{2} - b\right )} \sin \left (b x + a\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)/sin(b*x+a)^4,x, algorithm="fricas")

[Out]

1/6*(3*(cos(b*x + a)^2 - 1)*log(sin(b*x + a) + 1)*sin(b*x + a) - 3*(cos(b*x + a)^2 - 1)*log(-sin(b*x + a) + 1)
*sin(b*x + a) - 6*cos(b*x + a)^2 + 8)/((b*cos(b*x + a)^2 - b)*sin(b*x + a))

________________________________________________________________________________________

giac [A]  time = 0.23, size = 52, normalized size = 1.37 \[ -\frac {\frac {2 \, {\left (3 \, \sin \left (b x + a\right )^{2} + 1\right )}}{\sin \left (b x + a\right )^{3}} - 3 \, \log \left ({\left | \sin \left (b x + a\right ) + 1 \right |}\right ) + 3 \, \log \left ({\left | \sin \left (b x + a\right ) - 1 \right |}\right )}{6 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)/sin(b*x+a)^4,x, algorithm="giac")

[Out]

-1/6*(2*(3*sin(b*x + a)^2 + 1)/sin(b*x + a)^3 - 3*log(abs(sin(b*x + a) + 1)) + 3*log(abs(sin(b*x + a) - 1)))/b

________________________________________________________________________________________

maple [A]  time = 0.03, size = 46, normalized size = 1.21 \[ -\frac {1}{3 \sin \left (b x +a \right )^{3} b}-\frac {1}{b \sin \left (b x +a \right )}+\frac {\ln \left (\sec \left (b x +a \right )+\tan \left (b x +a \right )\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(b*x+a)/sin(b*x+a)^4,x)

[Out]

-1/3/sin(b*x+a)^3/b-1/b/sin(b*x+a)+1/b*ln(sec(b*x+a)+tan(b*x+a))

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 50, normalized size = 1.32 \[ -\frac {\frac {2 \, {\left (3 \, \sin \left (b x + a\right )^{2} + 1\right )}}{\sin \left (b x + a\right )^{3}} - 3 \, \log \left (\sin \left (b x + a\right ) + 1\right ) + 3 \, \log \left (\sin \left (b x + a\right ) - 1\right )}{6 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)/sin(b*x+a)^4,x, algorithm="maxima")

[Out]

-1/6*(2*(3*sin(b*x + a)^2 + 1)/sin(b*x + a)^3 - 3*log(sin(b*x + a) + 1) + 3*log(sin(b*x + a) - 1))/b

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 32, normalized size = 0.84 \[ \frac {\mathrm {atanh}\left (\sin \left (a+b\,x\right )\right )-\frac {{\sin \left (a+b\,x\right )}^2+\frac {1}{3}}{{\sin \left (a+b\,x\right )}^3}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cos(a + b*x)*sin(a + b*x)^4),x)

[Out]

(atanh(sin(a + b*x)) - (sin(a + b*x)^2 + 1/3)/sin(a + b*x)^3)/b

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sec {\left (a + b x \right )}}{\sin ^{4}{\left (a + b x \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)/sin(b*x+a)**4,x)

[Out]

Integral(sec(a + b*x)/sin(a + b*x)**4, x)

________________________________________________________________________________________